home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / comm / mebbs / fuslist211.lha / fuslist_2.11 / Keywords.lst < prev   
File List  |  1994-10-03  |  4KB  |  102 lines

  1. KeyWord       Size  Desc
  2. =======================================
  3.  
  4. Keywords for *.main (the actual filelist)
  5. ---------------------------------------
  6.    <filename> 12    Filename for the file. 12 chars    ex: "File.lha    "
  7.  <filename,X>  X    Filename for the file. X chars wide 
  8.        <path>  x    Complete path for the file
  9.       <level>  2    Minimun access level to download file
  10.          <dn>  3    Number of downloads
  11.        <date>  6    Date for the file. Format yymmdd
  12.       <datex>  -    Date for the file. See 1) for format/length
  13.        <time>  5    Time for the file. Format hh:mm  
  14.       <timex>  -    Time for the file. See 2) for format/length
  15.        <size>  7    Filesize in bytes
  16.      <sizekb>  4    Filesize in kb.
  17.        <des1> 50    File description line 1
  18.        <des2> 50    File description line 2
  19.    <uploader> 20    Name of uploader
  20.        <free>  3    Free download?
  21.     <unvalid>  3    Unvalid file?
  22.         <num>  3    Filenumber
  23.  
  24.     <if_des2> 50    Only print this line if second line description exists.
  25.  
  26. ---------------------------------------
  27. Keywords for *.beg, *.end (header and footer for each filearea)
  28. ---------------------------------------
  29.     <name>     32 Filarea name
  30.    <level>      2 Filarea accesslevel
  31.    <bytes>      9 Number of bytes in area
  32.   <kbytes>      6 Number of kb in area
  33.   <mbytes>      6 Number of Mb in area
  34.      <dls>      4 Number of downloads from area.
  35.    <files>      4 Number of files in area
  36.  <kbytedl>      6 Number of kb downloaded from area
  37.  <mbytedl>      6 Number of Mb downloaded from area
  38.  <topname>     12 Name of most downloaded file in area
  39. <toptimes>      4 Number of times the above file has been downloaded
  40. <topuploader>  20 Name of uploader of the above file
  41.  
  42. ---------------------------------------
  43. Keywords for *.header och *.footer (header and footer for the total list)
  44. ---------------------------------------
  45.   <bytes>      9 Total bytes in all areas
  46.  <kbytes>      6 Total kb in all areas
  47.  <mbytes>      6 Total Mb in all areas
  48.     <dls>      4 Total downloads
  49. <kbytedl>      6 Total kb downloaded from all listed areas
  50. <mbytedl>      6 Total Mb downloaded from all listed areas
  51.   <files>      4 Total number of files
  52.    <date>      6 Date in format yymmdd
  53.    <time>      5 Time in format hh:mm  
  54. <topname>     12 Most downloaded file from all areas
  55. <toptimes>     4 Number of times the above file has been downloaded.
  56. <topuploader> 20 Name of uploader of the above file
  57.  
  58. ---------------------------------------
  59. General (can be used anywhere)
  60. ---------------------------------------
  61.    <syscalls>      5    - Total cals to the BBS
  62.     <version>      4      Versionsnumber of fuslist ex 1.00
  63.  
  64.  
  65.  
  66.  
  67.  
  68. 1)
  69.  
  70.            Format      Längd   EX:
  71. -------------------------------------
  72.   <time1>  hhmmss         6    212756
  73.   <time2>  hh:mm:ss       8    21:27:56
  74.   <time5>  hh:mm          5    21:27
  75.   <time6>  hr:mm:ss HH   11     9:27:56 PM
  76.   <time7>  hr:mm HH       8     9:27 PM   
  77.  
  78. The hh, mm, ss and dd terms are simply the 2-digit (BCD or ASCII)
  79. equivalents of the binary values in the time array.  The hr term is
  80. the 2-digit hour using the 12-hour form, and the HH term is either AM
  81. or PM.
  82.  
  83.  
  84. 2)
  85.            Format        Längd  Ex:
  86. --------------------------------------------
  87.   <date1>  yymmdd           6   921224
  88.   <date2>  mm/dd/yy         8   12/24/92
  89.   <date3>  mm-dd-yy         8   12-24-92
  90.   <date4>  MMM d, yyyy     12   DEC 24, 1992
  91.   <date5>  Mm...m d, yyyy  18   December 24, 1992
  92.   <date6>  dd MMM yy        9   24 DEC 92
  93.   <date7>  dd MMM yyyy     11   24 DEC 1992      
  94.   <date8>  dd/mm/yy         8   24/12/92 
  95.  
  96. In the above formats, MMM represents a 3-character month abbreviation
  97. in capitals, and Mm...m represents the full month name (e.g. January).
  98. The mm, dd and yy terms are 2-character month, day, and year,
  99. respectively, while d is the date with the leading zero suppressed.
  100. The yyyy term is the 4-character year obtained by adding 1980 to the
  101. first byte of the date array.
  102.